| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 3 |
| Lines | 4 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | View Code Duplication | const DB = require('../../libraries/db') |
|
| 7 | add: async function (data) { |
||
| 8 | let res = await ModelBase.execInsert(table, data) |
||
| 9 | return res; |
||
| 10 | }, |
||
| 11 | |||
| 44 |